home *** CD-ROM | disk | FTP | other *** search
- BODY
- {
- background-color: #D8E9F5;
- border: 3px solid #D8E9F5;
- }
-
- #MonthChooser
- {
- position: absolute;
- top: 0px;
- left: 0px;
- height: 122px;
- width: 96px;
- z-index: 2;
-
- border-left: 1px solid white;
- border-top: 1px solid white;
- border-bottom: 1px solid black;
- border-right: 1px solid black;
- padding: 3px;
-
- font-family: Arial;
- cursor: default;
-
- background-color: #C6C6C6;
- visibility: hidden;
- }
-
- #MCMonths
- {
- position: absolute;
- top: 26px;
- left: 3px;
- width: 100%;
-
- font-size: 11px;
- text-align: center;
- cursor: default;
- }
-
- #MCYearTable
- {
- width: 100%;
- height: 13px;
- text-align: center;
- cursor: default;
-
- font-size: 11px;
- background-color: #ACACAC;
- }
-
- #MCRule
- {
- position: absolute;
- top: 23px;
- left: 3px;
- height: 1px;
- width: 100%;
- }
-
- #MCPrevCell
- {
- align: left;
- }
-
- #MCPrevButton
- {
- cursor: hand;
- }
-
- #MCNextCell
- {
- align: right;
- }
-
- #MCNextButton
- {
- cursor: hand;
- }
-
- .MCCell
- {
- background-color: #C6C6C6;
- }
-
- #TitleBanner
- {
- width: 100%;
- }
-
- .DMTabCell
- {
- height: 30px;
- }
-
- #DayTab
- {
- position: relative;
- top: 9px;
- }
-
- #MonthTab
- {
- position: relative;
- top: 9px;
- }
-
- #WeekTab
- {
- position: relative;
- top: 9px;
- }
-
- #DayMonthTitleCell
- {
- font-weight: bold;
- font-family: Arial;
- font-size: 20px;
- color: #FFFFFF;
- cursor: default;
-
- filter:dropshadow(offx=1,offy=1);
- text-align: center;
- }
-
- #DMTitleCellLeft
- {
- width: 5px;
- }
-
- #DMTitleCellRight
- {
- width: 5px;
- }
-
- #PreviousButton
- {
- align: middle;
- cursor: hand;
- }
-
- #NextButton
- {
- align: middle;
- cursor: hand;
- }
-
- .DMSmButtonCell
- {
- width: 30px;
- }
-
- .DMSmButton
- {
- align: middle;
- cursor: hand;
- }
-
- #DMAddButtonCell
- {
- width: 44px;
- }
-
- #AddAppointmentButton
- {
- align: middle;
- cursor: hand;
- }
-
- .ViewDiv
- {
- position: absolute;
- top: 30px;
- left: 0px;
- width: expression(document.body.clientWidth);
- height: expression(document.body.clientHeight - 30);
- background-color: #D8E9F5;
- border-left: 1px solid black;
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- }
-
- #DayViewDiv
- {
- position: absolute;
- top: 30px;
- left: 0px;
- width: expression(document.body.clientWidth);
- height: expression(document.body.clientHeight-30);
- background-color: #D8E9F5;
- }
-
- #DVListDiv
- {
- position:relative;
- left:0;
- top:0;
- background-color: #C6C6C6;
- height: expression(document.body.clientHeight-30);
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- border-left: 1px solid black;
- }
-
- #WeekViewDiv
- {
- position:relative;
- left:0;
- top:0;
- background-color: #C6C6C6;
- height: expression(document.body.clientHeight-30);
- border-right: 1px solid black;
- border-bottom: 1px solid black;
- border-left: 1px solid black;
- }
-
- #ClickToAddDiv
- {
- position: absolute;
- top: 0px;
- left: 0px;
- height: 14px;
- width: 20px;
- z-index: 2;
-
- visibility: hidden;
- }
-
- #ClickToAddEventIcon
- {
- position: absolute;
- top: 2px;
- left: 2px;
- }
-
- #ClickToAddTextInput
- {
- position: absolute;
- top: 0px;
- left: 17px;
- height: 14px;
- width: 30px;
-
- border: 1px solid #AAAAAA;
-
- font-family: Tahoma;
- font-size: 10px;
- }